Package com.cisco.pt.ipc.events
Class CepInstanceEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.CepInstanceEventRegistry
An event for the IPC's CepInstanceEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<CepInstanceEventListener>protected Map<String,Set<CepInstanceEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(CepInstanceEventListener listener) voidaddListener(CepInstanceEventListener listener, CepInstance objClass) voidaddListenerFiltered(CepInstanceEventListener listener, List<String> events) voidaddSpecificListenerFiltered(CepInstanceEventListener listener, CepInstance objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(CepInstanceEventListener listener) voidremoveListener(CepInstanceEventListener listener, CepInstance objClass) voidremoveListenerFiltered(CepInstanceEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(CepInstanceEventListener listener, CepInstance objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
CepInstanceEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(CepInstanceEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(CepInstanceEventListener listener, CepInstance objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(CepInstanceEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(CepInstanceEventListener listener, CepInstance objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(CepInstanceEventListener listener, CepInstance objClass) throws IOException - Throws:
IOException
-